home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-06-21 | 1.3 KB | 42 lines |
- ; defaults for compressing to ZIP
- ; DefaultName=FILENAME - Default name for new ZIP file
- ; ZipCmd may be =Add, =Update, =Freshen, or =Move
- ; FileComment = Yes to prompt for comment the compressed file
- ; IndivComment = Yes to prompt for each file comment
- ; StorePaths = yes to store the full DOS path name of each file compressed
- ; DriveLetter = yes to add drive letter when store paths is used
- ; CompMethod =1 for Deflate, =2 for Implode, =3 for Shrink, or =4 for Store
- ; Deflate level. Only used when CompMethod=1, 1 is fastest, 9 is smallest
- ; Dirs=Yes to create directories when stored with file
- ; OverWrite = Yes to overwrite existing files with no prompt when extracting
- ; Newer = Yes to extract if extracted file is newer
- ; StartUpDir = set the startup dir to force ZMW to start in the desired dir
- ; OutPutDir = default destination path for extracted files
- ; WinX, WinY, WinW, WinH = main window left, right, top, bottom settings
- ; FileBrowser = full pathname to file browser. If no entry here, ZMW will
- ; use its internal browser.
-
- [ZipDefaults]
- DefaultName=
- Cmd=Add
- FileComment=No
- IndivComments=No
- StorePaths=No
- DriveLetter=No
- CompMethod=1
- DeflateLevel=9
-
- [UnZipDefaults]
- OverWritePrompt=Yes
- Newer=Yes
-
- [GeneralDefaults]
- CopyOverWritePrompt=Yes
- StartUpDir=
- OutPutDir=
- WinX=10
- WinY=5
- WinW=470
- WinH=300
- FileBrowser=
-